Skip to content

Add SnapAPI MCP server — screenshot & web scraping#3777

Closed
Sleywill wants to merge 1 commit intomodelcontextprotocol:mainfrom
Sleywill:add-snapapi-mcp
Closed

Add SnapAPI MCP server — screenshot & web scraping#3777
Sleywill wants to merge 1 commit intomodelcontextprotocol:mainfrom
Sleywill:add-snapapi-mcp

Conversation

@Sleywill
Copy link
Copy Markdown

@Sleywill Sleywill commented Apr 1, 2026

Summary

This PR adds SnapAPI to the list of third-party MCP servers.

What is SnapAPI?

SnapAPI is a developer-first screenshot & web scraping API built on Playwright with residential proxies, ad blocking, and cookie banner dismissal out of the box.

MCP Server

GitHub: https://github.com/Sleywill/snapapi-mcp-server
npm: @snapapi/mcp-server

Tools exposed

Tool Description
screenshot Capture any website as an inline image visible directly in the AI assistant
scrape Extract web content as clean markdown for analysis

Setup (Claude Desktop example)

{
  "mcpServers": {
    "snapapi": {
      "command": "npx",
      "args": ["-y", "@snapapi/mcp-server"],
      "env": {
        "SNAPAPI_KEY": "sk_live_your_key"
      }
    }
  }
}

Free plan: 200 requests/month, no credit card required.

SnapAPI (https://snapapi.pics) is a developer-first screenshot & scraping API
built on Playwright. The MCP server exposes two tools:
- screenshot: capture any website as an inline image
- scrape: extract web content as clean markdown

GitHub: https://github.com/Sleywill/snapapi-mcp-server
npm: @snapapi/mcp-server
@olaservo
Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants